home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / demos / afd / postcode / pc-pdox / afdpcode.sc < prev    next >
Encoding:
Text File  |  1994-12-16  |  431 b   |  11 lines

  1. PC = [Postcode]           ; Set Paradox variable with the table's Postcode field
  2. RUN "PC-PDOX "+PC         ; Activate the AFD Postcode lookup routine
  3. play "AFD-PC"             ; Run the script created by AFD Postcode
  4.                           ; to obtain the returned data
  5.  
  6. [First Line] = FirstLine  ; Place the results in your table
  7. [Street]     = Street
  8. [Town]       = Town
  9. [County]     = County
  10. [STD Code]   = STDcode
  11.